home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Demos / A Fragment of … / A Fragment of Your Imagination
Encoding:
Text File  |  1995-11-26  |  3.6 KB  |  93 lines  |  [ttro/ttxt]

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23. For complete information: http://www.triplesoft.com/fragment/
  24.  
  25. Contact: Kathleen M. Duff
  26. Marketing Coordinator
  27. Addison-Wesley Publishing Company
  28. Trade Computer Books Division
  29. ph:  (617) 944-3700 x2278, fax:  (617) 944-8243
  30. kathleen@aw.com
  31.  
  32. The Most Complete Fragment Book Imaginable
  33.  
  34. Reading, MA - One of the foundations of Macintosh programming is the code
  35. resource, now referred to as a fragment- whole chunks of code that are used
  36. in any common Mac application, and can be re-used with little or no
  37. modification. Previously programmers have shared this 680x0 code freely with
  38. one another, resulting in a rich assortment of code that has never been
  39. collected - until now.  A new book by Addison-Wesley, A Fragment of Your
  40. Imagination fills the need to convert existing code for the new processor.
  41.  
  42. Author Joe Zobkiw provides the most complete, up-to-the-minute reference on
  43. writing code resources and code fragments.  Rather than just compiling chunks
  44. of this vital code, thorough explanations are provided to teach intermediate
  45. to advanced Mac programmers more about how the Macintosh system functions as
  46. a whole.
  47.  
  48. Intermediate programmers will find information and example code that are of
  49. utmost importance in mastering the Power Macintosh architecture.  Advanced
  50. programmers will learn more complicated techniques, including how to build
  51. accelerated code resources for use on both 680x0 and Power Macintosh.  All of
  52. the source code and a free version of the development environment Metrowerks
  53. CodeWarrior(tm) Lite are on the enclosed CD-ROM.
  54.  
  55. Joe Zobkiw is Founder of TripleSoft, a Macintosh software development firm in
  56. Raleigh, NC.  He has been a Macintosh software engineer for years, working on
  57. everything from anti-virus to communications to children's educational
  58. software.
  59.  
  60. Addison-Wesley is a worldwide publishing company based in Reading,
  61. Massachusetts.  The Trade Computer Books Group publishes high-quality books
  62. and new technology for business users, programmers, and computer enthusiasts.
  63.  
  64. A Fragment of Your Imagination is available from your local bookstore at a
  65. suggested retail price of $39.95.  ISBN 0-201-48358-0, paperback, 528 pages.
  66.  
  67.  
  68. A Note From The Author
  69.  
  70. My goal in writing A Fragment of Your Imagination was to shed some new light on the deep dark secrets of code resources and code fragments. In doing so I include an introduction to code resources on the 680x0 Macintosh and an introduction to code fragments on the Power Macintosh. I also discuss the following types of code:
  71.  
  72. - application extensions (also known as plug-ins)
  73. - shared libraries
  74. - system extensions (INIT resources)
  75. - control panels (cdev resources)
  76. - list definitions (LDEF resources)
  77. - control definitions (CDEF resources)
  78. - window definitions (WDEF resources)
  79. - HyperCard externals (XCMD/XFCN resources)
  80. - Photoshop filters
  81. - components (thng resources)
  82.  
  83. Every chapter includes at least one example program with full source code. The last chapter also includes numerous advanced and undocumented techniques that are sure to help you hack. The CD-ROM not only contains all the source and project files but also a developer utility program to help you make fat and safe-fat resources easily.
  84.  
  85. In short, I think there is something for everyone in this book and I sincerely hope you enjoy it. Please send me email telling me what you think, I look forward to hearing from you.
  86.  
  87. Joe Zobkiw
  88. Internet: zobkiw@triplesoft.com
  89. America Online/eWorld: TripleSoft
  90. CompuServe: 74631,1700
  91.  
  92. Be sure to visit the Fragment Home Page on the World Wide Web at http://www.triplesoft.com/fragment/ for up-to-date information on the book!
  93.